home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / pcl4w13.zip / PCL4W.DOC < prev    next >
Text File  |  1996-07-14  |  5KB  |  108 lines

  1.                         *** SHAREWARE DOCUMENTATION ***
  2.  
  3.  
  4.          The  Personal  Communications  Library  for  Windows (PCL4W) is an
  5.          asynchronous  communications  library  designed  for   experienced
  6.          software  developers  programming in C/C++ using Windows compilers
  7.          by Microsoft, Borland, or  Watcom.   The  Personal  Communications
  8.          Library for C/C++ is a DLL taking less than 6K bytes and features:
  9.  
  10.           o  Talks to the hardware directly.
  11.           o  30+ communication functions.
  12.           o  Interrupt driven receiver & transmitter.
  13.           o  Supports high performance 16550 UART.
  14.           o  Use any UART address and IRQ2 to IRQ15.
  15.           o  Supports the PC/4 and PC/8 DigiBoard.
  16.           o  Supports the BB1004, BB1008, and BB2016 BOCA boards.
  17.           o  Hardware (RTS/CTS) flow control.
  18.           o  300 baud to 115,200 baud.
  19.           o  COM1 through COM20.
  20.           o  Adjustable receive queues.
  21.           o  19 communication error conditions trapped.
  22.           o  4 ports can run concurrently (more with DigiBoard / BOCA board).
  23.           o  Complete modem control & status.
  24.           o  Written in assembly language for small size & high speed.
  25.  
  26.          Four example programs (source code) are provided.
  27.  
  28.          (1)  SIMPLE  is an extremely simple terminal emulator program.  It
  29.          is provided as the smallest and easiest to understand  example  of
  30.          communications programming using PCL4W.
  31.  
  32.          (2)  LOGIN  is similar to SIMPLE, but is capable of calling up our
  33.          customer support BBS and logging on as GUEST.
  34.  
  35.          (3) SELFTEST performs loopback testing on a single serial port.
  36.  
  37.          (4) TERM is a more capable  terminal  emulator  than  SIMPLE.   It
  38.          functions as a dumb terminal emulator but can exchange files using
  39.          XMODEM  (Standard  XMODEM,  XMODEM-CRC,  and XMODEM-1K) and YMODEM
  40.          (Standard and YMODEM-G) communication protocols.  TERM  will  also
  41.          send an initialization string to your Hayes compatible modem.  The
  42.          TERM  example  program  is  distributed  separately (no additional
  43.          charge) as WTERM13.ZIP.
  44.  
  45.          For more information, refer to the Personal Communications Library
  46.          Users  Manual  (PCL4CUSR.DOC)  and Personal Communications Library
  47.          Reference Manual (PCL4CREF.DOC).
  48.  
  49.  
  50.                         *** Registration ***
  51.  
  52.  
  53.          The shareware version  of  PCL4W  is  provided  so  that  you  may
  54.          personally  determine  the usefulness of the product for yourself.
  55.          If you wish to register PCL4W, please send $75 plus  $5  S&H  ($10
  56.          outside of North America) to:
  57.  
  58.                 MarshallSoft Computing, Inc.
  59.                 Post Office Box  4543
  60.                 Huntsville AL 35815
  61.  
  62.                 Voice : 205-881-4630
  63.                   FAX : 205-880-0925
  64.                   BBS : 205-880-9748
  65.                 email : orders@marshallsoft.com
  66.                   web : www.marshallsoft.com
  67.  
  68.          We  accept  MasterCard,  VISA,  American  Express (account number,
  69.          expiration date, exact  name  on  your  card,  and  complete  card
  70.          billing  address  required),  checks  in  US dollars drawn on a US
  71.          bank,  purchase  orders  (POs)  from  recognized  US  schools  and
  72.          companies  listed in Dun & Bradstreet, and COD (street address and
  73.          phone number required) within the USA (plus a $4.50  COD  charge).
  74.          Print the file INVOICE.DOC if an invoice is needed.
  75.  
  76.          You can also order PCL4W from The Public  Software  Library  (PSL)
  77.          with your MC, Visa, AmEx, or Discover card by calling 800-242-4PSL
  78.          (from  overseas:  713-524-6394)  or  by  FAX at 713-524-6398 or by
  79.          CompuServe at [71355,470]. Order PSL #11171.
  80.  
  81.          If  you  wish  to  update from an older version of PCL4W, send $25
  82.          plus $5 S&H ($10 outside  of  North  America).   Updates  must  be
  83.          ordered directly from MarshallSoft Computing.
  84.  
  85.          The registered package includes:
  86.  
  87.          o  PCL4W Dynamic Link Library (DLL) without shareware screen.
  88.          o  SCRIPT language V2.1 (compiler & interpreter).
  89.          o  Assembler source code for the library.
  90.          o  Laser printed Users and Reference Manuals.
  91.          o  Email, Telephone, FAX, and BBS support for one year.
  92.  
  93.          Print the file INVOICE.DOC if an invoice is needed. The registered
  94.          user  will  receive the latest version of PCL4W shipped by two day
  95.          priority mail (packet  airmail  overseas).   A  3.5"  diskette  is
  96.          provided unless a 5.25" diskette is requested.
  97.  
  98.          PCL4WLIB.ASM  is  the source code for the library. The source code
  99.          is  copyrighted  by  MarshallSoft  Computing,  Inc.  The  user  is
  100.          granted  a  license  to  use  the  PCL4W  object  code  in his own
  101.          application only. PCL4WLIB.ASM is not shareware  and  may  not  be
  102.          sold or given away to anyone.
  103.  
  104.          The  registered  user  will receive the latest version of PCL4W by
  105.          return 2 day priority US mail. Arrangements can also be  made  for
  106.          email or BBS delivery.
  107.  
  108.